Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ARM image for CUDA #189

Merged
merged 1 commit into from
Sep 19, 2021
Merged

Conversation

jakirkham
Copy link
Member

Based off the existing ARM image and the PPC CUDA image, this adds a CUDA ARM image, which is needed for building CUDA ARM packages.

Comment on lines 92 to 101
# Download and cache CUDA related packages.
RUN source /opt/conda/etc/profile.d/conda.sh && \
conda activate && \
conda create -n test --yes --quiet --download-only \
conda-forge::cudatoolkit=${CUDA_VER}
&& \
conda remove --yes --quiet -n test --all && \
conda clean -tiy && \
chgrp -R lucky /opt/conda && \
chmod -R g=u /opt/conda; \
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should work after merging and building packages from PR ( conda-forge/cudatoolkit-feedstock#59 )

@jakirkham
Copy link
Member Author

cc @Ethyling (for awareness)

@jakirkham
Copy link
Member Author

Rerunning CI now that PR ( conda-forge/cudatoolkit-feedstock#59 ) is in and packages built

@jakirkham jakirkham changed the title [WIP] Add ARM image for CUDA Add ARM image for CUDA Sep 19, 2021
@jakirkham jakirkham marked this pull request as ready for review September 19, 2021 19:41
@jakirkham
Copy link
Member Author

@conda-forge/core, this is ready for review! 😄

@isuruf isuruf merged commit 5d50547 into conda-forge:master Sep 19, 2021
@jakirkham jakirkham deleted the add_aarch_cuda branch September 20, 2021 00:23
@leofang leofang mentioned this pull request Sep 27, 2021
5 tasks
@leofang
Copy link
Member

leofang commented Sep 27, 2021

btw I noticed several CI jobs failed at the merge commit:
https://github.com/conda-forge/docker-images/actions/runs/1251380618

@jakirkham
Copy link
Member Author

Yeah some of the ppc64le jobs failed ( #190 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants